home *** CD-ROM | disk | FTP | other *** search
/ DC CD-ROM Comic Book: Aq…- War of the Water Worlds / DC CD-ROM Comic Book: Aquaman - War of the Water Worlds.iso / pc / master02.dxr / 00025.ls < prev    next >
Encoding:
Text File  |  1996-08-30  |  671 b   |  25 lines

  1. on exitFrame
  2.   global k, s100, s60, gReadVoice1, gReadVoice2, gReadVoice3, gReadVoice4
  3.   if k = 0 then
  4.     puppetSound(0)
  5.     set the visible of sprite 20 to 0
  6.     set the visible of sprite 19 to 1
  7.     animate("a02-1hs.wav", 19, "a02-1-1.bmp", 2, s100, EMPTY)
  8.     animate(EMPTY, 19, "a02-1-1.bmp", 2, s60, EMPTY)
  9.     animate(EMPTY, 19, "a02-1-1.bmp", 2, s100, EMPTY)
  10.     set the visible of sprite 20 to 1
  11.     set the visible of sprite 19 to 0
  12.     set k to 1
  13.     puppetSprite(19, 0)
  14.     puppetSprite(20, 0)
  15.   end if
  16.   puppetSound(0)
  17.   sound stop 2
  18.   set gReadVoice1 to 1
  19.   set gReadVoice2 to 1
  20.   set gReadVoice3 to 1
  21.   set gReadVoice4 to 1
  22.   cursor(200)
  23.   go("pane2")
  24. end
  25.